home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 5 for Professionals
/
DELPHI5.iso
/
AddOns
/
Components
/
TEECHART
/
Delphi1_And_Delphi2
/
EXAMPLES
/
OTHER
/
Html Table
/
HTMDEMO.DPR
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-10-24
|
187 b
|
14 lines
program Htmdemo;
uses
Forms,
Udemo in 'UDEMO.PAS' {Form1},
teeHTM in 'TEEHTM.PAS';
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.